Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #118

Merged
merged 7 commits into from
Mar 10, 2024
Merged

Upgrade dependencies #118

merged 7 commits into from
Mar 10, 2024

Conversation

meling
Copy link
Member

@meling meling commented Mar 9, 2024

This upgrades to Go 1.22 and updates all dependencies.

Fixes #117

meling added 4 commits March 9, 2024 15:58
The slices.SortedFunc now lives in the std lib, and has gotten a
slightly different API; the cmp func no longer returns a bool but
an int so that comparisons can distinguish equality from higher
and lower, which isn't possible with bool.
There is an issue with using go 1.22; we need to use 1.22.0 or .1.
The error is:
go: download go1.22 for linux/amd64: toolchain not available

It should work to download go1.22.1 toolchain.
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 61.70%. Comparing base (6e1f14d) to head (bd0eb8a).

Files Patch % Lines
leaderrotation/reputation.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #118       +/-   ##
===========================================
- Coverage   72.65%   61.70%   -10.96%     
===========================================
  Files          63       77       +14     
  Lines        6301     7426     +1125     
===========================================
+ Hits         4578     4582        +4     
- Misses       1416     2540     +1124     
+ Partials      307      304        -3     
Flag Coverage Δ
unittests 61.70% <0.00%> (-10.96%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@meling meling requested a review from hanish520 March 9, 2024 22:12
@meling meling merged commit d23946a into master Mar 10, 2024
4 of 6 checks passed
@meling meling deleted the upgrade-dependencies branch March 10, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chore: Upgrade dependencies
2 participants